home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat5 / gamitg.5 < prev    next >
Text File  |  1999-09-16  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. gamitg(5)                      Scilab Function                      gamitg(5)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   gamitg - H-infinity gamma iterations
  13.  
  14. CALLING SEQUENCE
  15.   [gopt]=gamitg(G,r,prec [,options]);
  16.  
  17. PARAMETERS
  18.  
  19.   G         : syslin list (plant realization )
  20.  
  21.   r         : 1x2 row vector (dimension of G22)
  22.  
  23.   prec      : desired relative accuracy on the norm
  24.  
  25.   option    : string 't'
  26.  
  27.   gopt      : real scalar, optimal H-infinity gain
  28.  
  29. DESCRIPTION
  30.   gopt=gamitg(G,r,prec [,options]) returns the H-infinity optimal gain gopt.
  31.  
  32.   G contains the state-space matrices [A,B,C,D] of the plant with the usual
  33.   partitions:
  34.      B = ( B1 , B2 ) ,    C = ( C1 ) ,    D = ( D11  D12)
  35.                               ( C2 )          ( D21  D22)
  36.   These partitions are implicitely given in r: r(1) and r(2) are the dimen-
  37.   sions of D22 (rows x columns)
  38.  
  39.   With option='t', gamitg traces each bisection step, i.e., displays the
  40.   lower and upper bounds and the current test point.
  41.  
  42. SEE ALSO
  43.   ccontrg, H_inf
  44.  
  45. AUTHOR
  46.   P. Gahinet
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.